home *** CD-ROM | disk | FTP | other *** search
/ Virtual Ecstasy: Sexy Collection / Virtual Ecstasy: Sexy Collection 1.iso / pc / sc_win.exe / sc_win.DXR / 00375_ol.eki.off.ls < prev    next >
Encoding:
Text File  |  1995-07-03  |  196 b   |  9 lines

  1. on mouseDown
  2.   repeat while the stillDown
  3.     set the castNum of sprite 7 to cast "ol.eki.on"
  4.     updateStage()
  5.   end repeat
  6.   set the castNum of sprite 7 to cast "ol.eki.off"
  7.   updateStage()
  8. end
  9.